String Schema
PassportStayInfoType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Phone Element CountryCode Element Name Element Sequence Country Element StateOrRegion Element City Element Appartement Element Address2 Element Address1 Element Sequence PassportStayInfoType Complex Type
Overview
Sequence
Address1 optional xs:string
Address2 optional xs:string
Appartement optional xs:string
City optional xs:string
StateOrRegion optional xs:string
Sequence
Name xs:string
Name of the country
Phone optional xs:string
Used By
StayInfo Element
Source
<xs:complexType name="PassportStayInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Address1" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="Address2" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="Appartement" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="City" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="StateOrRegion" type="xs:string" minOccurs="0" maxOccurs="1" />
    <xs:element name="Country" type="CountryType" minOccurs="0" maxOccurs="1" />
    <xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.